XCreateSimpleWindow

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. Window function(Display* display, Window parent, int x, int y, uint width, uint height, uint border_width, ulong border, ulong background) XCreateSimpleWindow;
    version(X11 && SharedX11)
    extern (C) nothrow @nogc __gshared
    Window function(Display* display, Window parent, int x, int y, uint width, uint height, uint border_width, ulong border, ulong background) XCreateSimpleWindow;
  2. Window XCreateSimpleWindow(Display* display, Window parent, int x, int y, uint width, uint height, uint border_width, ulong border, ulong background)

Meta